type github.com/refraction-networking/utls.newSessionTicketMsg

6 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1131: 			m = new(newSessionTicketMsg)
		handshake_client.go#L1049: 	sessionTicketMsg, ok := msg.(*newSessionTicketMsg)
		handshake_messages.go#L1924: type newSessionTicketMsg struct {
		handshake_messages.go#L1928: func (m *newSessionTicketMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1944: func (m *newSessionTicketMsg) unmarshal(data []byte) bool {
		handshake_server.go#L855: 	m := new(newSessionTicketMsg)